home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Other Thing
/
The Other Thing.iso
/
SURF
/
SURF.EXE
/
X
/
225
< prev
next >
Wrap
Text File
|
1996-08-14
|
5KB
|
265 lines
xof 0302txt 0064
template Header {
<3D82AB43-62DA-11cf-AB39-0020AF71E433>
WORD major;
WORD minor;
DWORD flags;
}
template Vector {
<3D82AB5E-62DA-11cf-AB39-0020AF71E433>
FLOAT x;
FLOAT y;
FLOAT z;
}
template Coords2d {
<F6F23F44-7686-11cf-8F52-0040333594A3>
FLOAT u;
FLOAT v;
}
template Matrix4x4 {
<F6F23F45-7686-11cf-8F52-0040333594A3>
array FLOAT matrix[16];
}
template ColorRGBA {
<35FF44E0-6C7C-11cf-8F52-0040333594A3>
FLOAT red;
FLOAT green;
FLOAT blue;
FLOAT alpha;
}
template ColorRGB {
<D3E16E81-7835-11cf-8F52-0040333594A3>
FLOAT red;
FLOAT green;
FLOAT blue;
}
template IndexedColor {
<1630B820-7842-11cf-8F52-0040333594A3>
DWORD index;
ColorRGBA indexColor;
}
template Boolean {
<4885AE61-78E8-11cf-8F52-0040333594A3>
WORD truefalse;
}
template Boolean2d {
<4885AE63-78E8-11cf-8F52-0040333594A3>
Boolean u;
Boolean v;
}
template MaterialWrap {
<4885AE60-78E8-11cf-8F52-0040333594A3>
Boolean u;
Boolean v;
}
template TextureFilename {
<A42790E1-7810-11cf-8F52-0040333594A3>
STRING filename;
}
template Material {
<3D82AB4D-62DA-11cf-AB39-0020AF71E433>
ColorRGBA faceColor;
FLOAT power;
ColorRGB specularColor;
ColorRGB emissiveColor;
[...]
}
template MeshFace {
<3D82AB5F-62DA-11cf-AB39-0020AF71E433>
DWORD nFaceVertexIndices;
array DWORD faceVertexIndices[nFaceVertexIndices];
}
template MeshFaceWraps {
<4885AE62-78E8-11cf-8F52-0040333594A3>
DWORD nFaceWrapValues;
Boolean2d faceWrapValues;
}
template MeshTextureCoords {
<F6F23F40-7686-11cf-8F52-0040333594A3>
DWORD nTextureCoords;
array Coords2d textureCoords[nTextureCoords];
}
template MeshMaterialList {
<F6F23F42-7686-11cf-8F52-0040333594A3>
DWORD nMaterials;
DWORD nFaceIndexes;
array DWORD faceIndexes[nFaceIndexes];
[Material]
}
template MeshNormals {
<F6F23F43-7686-11cf-8F52-0040333594A3>
DWORD nNormals;
array Vector normals[nNormals];
DWORD nFaceNormals;
array MeshFace faceNormals[nFaceNormals];
}
template MeshVertexColors {
<1630B821-7842-11cf-8F52-0040333594A3>
DWORD nVertexColors;
array IndexedColor vertexColors[nVertexColors];
}
template Mesh {
<3D82AB44-62DA-11cf-AB39-0020AF71E433>
DWORD nVertices;
array Vector vertices[nVertices];
DWORD nFaces;
array MeshFace faces[nFaces];
[...]
}
Header {
1;
0;
1;
}
Mesh {
22;
6211.655273;-22.394417;75019.039063;,
6211.644531;-64.189178;-36903.132813;,
-48185.625000;-22.394417;75019.062500;,
-48185.625000;-64.189178;-36903.109375;,
10651.710938;-21.172348;605.579346;,
10651.710938;-64.189178;242.352875;,
10651.710938;-53.642181;343.688873;,
10651.710938;-18.965206;399.634369;,
10651.710938;16.429794;420.825562;,
10651.710938;45.616470;426.839233;,
10651.710938;58.636871;427.763977;,
10651.710938;67.033691;434.311371;,
10651.710938;64.259537;449.569244;,
-55454.648438;-21.172348;605.581909;,
-55454.648438;-64.189178;242.355957;,
-55454.648438;-53.642181;343.691376;,
-55454.648438;-18.965206;399.636871;,
-55454.648438;16.429794;420.825562;,
-55454.648438;45.625862;426.818451;,
-55454.648438;58.781570;427.911194;,
-55454.648438;67.033691;434.313873;,
-55454.648438;64.259537;449.571747;;
20;
3;4,2,0;,
3;4,13,2;,
3;1,14,5;,
3;1,3,14;,
3;5,15,6;,
3;5,14,15;,
3;6,16,7;,
3;6,15,16;,
3;7,17,8;,
3;7,16,17;,
3;8,18,9;,
3;8,17,18;,
3;9,19,10;,
3;9,18,19;,
3;10,20,11;,
3;10,19,20;,
3;11,21,12;,
3;11,20,21;,
3;12,13,4;,
3;12,21,13;;
MeshMaterialList {
1;
1;
0;;
Material {
1.000000;1.000000;1.000000;1.000000;;
15.000000;
1.000000;1.000000;1.000000;;
0.000000;0.000000;0.000000;;
}
}
MeshNormals {
22;
0.000000;1.000000;0.000016;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000016;,
0.000000;1.000000;0.000000;,
0.000000;0.968786;0.247898;,
0.000000;0.912110;0.409945;,
0.000000;0.980507;0.196486;,
0.000000;0.962412;-0.271593;,
0.000000;0.649588;-0.760286;,
-0.000001;0.268817;-0.963191;,
-0.000001;0.657378;-0.753561;,
0.000000;0.971473;0.237151;,
0.000000;0.746414;0.665482;,
0.000000;0.785208;0.619232;,
0.000000;0.707107;0.707107;,
0.000000;0.742806;0.669507;,
0.000000;0.873739;0.486396;,
0.000000;0.963842;0.266475;,
0.000001;0.994843;0.101424;,
-0.000014;0.999372;0.035445;,
0.000000;0.945674;0.325116;,
0.000000;0.640748;0.767752;;
20;
3;4,2,0;,
3;4,13,2;,
3;1,14,5;,
3;1,3,14;,
3;5,15,6;,
3;5,14,15;,
3;6,16,7;,
3;6,15,16;,
3;7,17,8;,
3;7,16,17;,
3;8,18,9;,
3;8,17,18;,
3;9,19,10;,
3;9,18,19;,
3;10,20,11;,
3;10,19,20;,
3;11,21,12;,
3;11,20,21;,
3;12,13,4;,
3;12,21,13;;
}
MeshTextureCoords {
22;
29.996849;-154.994217;,
29.996838;77.952354;,
-234.248749;-154.994263;,
-234.248734;77.952316;,
50.383537;-0.146613;,
50.383537;0.655338;,
50.383537;0.433162;,
50.383537;0.279578;,
50.383537;0.197546;,
50.383537;0.153752;,
50.383537;0.137873;,
50.383537;0.115249;,
50.383537;0.086472;,
-254.222290;-0.146598;,
-254.222290;0.655351;,
-254.222290;0.433176;,
-254.222290;0.279593;,
-254.222290;0.197566;,
-254.222290;0.153805;,
-254.222290;0.137431;,
-254.222290;0.115263;,
-254.222290;0.086486;;
}
}